Skip to main content

ByteIsInData

Type

operator

Summary

Determines whether Needle is in Target.

Syntax

<Needle> is in <Target>

Description

note

It is an error if Needle evaluates to data consisting of more than one byte.

Parameters

NameTypeDescription

Needle

An expression which evaluates to a single byte of binary data.

Target

An expression which evaluates to binary data.

Value

NameTypeDescription

return

True if Needle is among the bytes of Target, and false otherwise.

Thank you for your feedback!

Was this page helpful?